home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Easy 2010 May
/
Mac Life Ubuntu.iso
/
casper
/
filesystem.squashfs
/
usr
/
lib
/
python2.6
/
lib2to3
/
fixes
/
fix_imports2.pyc
(
.txt
)
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Python Compiled Bytecode
|
2009-04-20
|
630 b
|
15 lines
# Source Generated with Decompyle++
# File: in.pyc (Python 2.6)
'''Fix incompatible imports and module references that must be fixed after
fix_imports.'''
from import fix_imports
MAPPING = {
'whichdb': 'dbm',
'anydbm': 'dbm' }
class FixImports2(fix_imports.FixImports):
run_order = 7
mapping = MAPPING